ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Item Property
Index of the desired item.

In This Topic
    Item Property (ItemCollection<T>)
    In This Topic
    Gets the collection item by specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As T
    public T this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    Index of the desired item.
    See Also